home *** CD-ROM | disk | FTP | other *** search
- Before installation remember every machine running rplayd must
- have its own copy of the sound files, NFS is ok too.
-
- 1. Edit the Makefile to modify the installation options.
-
- 2. Compile and install install rplay with:
- % make world
-
- 3. If you defined INETD in the Makefile add the following lines
- to /etc/services:
- rplay 55555/udp
-
- Then add this to /etc/inetd.conf:
- rplay dgram udp wait nobody /usr/local/bin/rplayd rplayd
-
- Now update NIS:
- % cd /var/yp; make
-
- Restart inetd:
- % ps aux | grep inetd
- (result will be something like this)
- root 174 0.0 0.0 48 0 ? IW 13:25 0:04 inetd
- % kill -1 174
-
- Check /var/adm/messages for any errors.
-
- 4. If you are not using inetd remember you must start rplayd by
- hand when you want to use it.
-
- 5. Ok, you are done with the installation, try this:
- % rplay yourhostname soundfilename
-
-